const google.golang.org/grpc/internal/proxyattributes.proxyOptionsKey

3 uses

	google.golang.org/grpc/internal/proxyattributes (current package)
		proxyattributes.go#L31: const proxyOptionsKey = keyType("grpc.resolver.delegatingresolver.proxyOptions")
		proxyattributes.go#L42: 	addr.Attributes = addr.Attributes.WithValue(proxyOptionsKey, opts)
		proxyattributes.go#L50: 	if a := addr.Attributes.Value(proxyOptionsKey); a != nil {